luci-app-wireguard: resolve meta package in depdencies
authordanrl <[email protected]>
Tue, 21 Feb 2017 07:59:32 +0000 (08:59 +0100)
committerdanrl <[email protected]>
Tue, 21 Feb 2017 07:59:32 +0000 (08:59 +0100)
Signed-off-by: Dan Luedtke <[email protected]>
applications/luci-app-wireguard/Makefile

index 2ca3e7e58f0994b5c3367e04e83e05c23498f748..92cdcf27000b7bd28a343e7748e365063014c0d0 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=WireGuard Status
-LUCI_DEPENDS:=+wireguard
+LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard
 LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Dan Luedtke <[email protected]>